TIP Sample App/SettingsViewController.h (3 lines of code) (raw):
//
// SettingsViewController.h
// TIP Sample App
//
// Created on 2/3/17.
// Copyright © 2020 Twitter. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SettingsViewController : UIViewController
@end